menubutton: Cosmetics
authorMatthias Clasen <mclasen@redhat.com>
Mon, 11 May 2020 04:17:53 +0000 (00:17 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 11 May 2020 12:15:56 +0000 (08:15 -0400)
Fix a few typos in the docs.

gtk/gtkmenubutton.h

index e8f5e90f272a9f5189f4037a0995757d2316ce21..b51e2b32376ec986ca2dd77c74af992225db8844 100644 (file)
@@ -41,9 +41,8 @@ typedef struct _GtkMenuButton        GtkMenuButton;
  * @menu_button: the #GtkMenuButton
  *
  * User-provided callback function to create a popup for @menu_button on demand.
- * This function is called when the popoup of @menu_button is shown, but none has
- * been provided via gtk_menu_buton_set_popup(), gtk_menu_button_set_popover()
- * or gtk_menu_button_set_menu_model().
+ * This function is called when the popup of @menu_button is shown, but none has
+ * been provided via gtk_menu_button_set_popover() or gtk_menu_button_set_menu_model().
  */
 typedef void  (*GtkMenuButtonCreatePopupFunc) (GtkMenuButton *menu_button,
                                                gpointer       user_data);